chore(deps): update dependency dynamicdata to v9 #62
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.4.1
->9.0.4
Release Notes
reactiveui/DynamicData (DynamicData)
v9.0.4
Compare Source
Fixes:
afbbb47
Fixed a bogus use of thedefault
keyword, within a ternary expression where implicit casting of a generic is in play. The expression compiles differently depending on whether the generic type in question is a value type, versus a reference type, and generates an excpetion in the case of a value type. (#926) @JakenVeinav9.0.3
Compare Source
Fixes:
41a608d
Fixed premature evaluation of the collection within the CacheTrueFor
operators, causing premature and potentially incorrect emissions to occur, when items in the collection publish values immediately upon subscription. (#923) @JakenVeinaOther:
8fd1124
Concept/Prototype for testing utilities (#870) @JakenVeinav9.0.1
Compare Source
Fixes:
76fd915
Fixed that ChangeSet was incorrectly counting item changes, by not including Refresh changes, and added corresponding tests. (#892) @JakenVeina903afc8
Fixed ambiguous overloads forObservableCacheEx.ExpireAfter()
andObservableListEx.ExpireAfter()
. (#822) @JakenVeina897beb8
fix polyfills visibility (#910) @kronicOther:
6f45aa3
Observable comparers for SortAndBind (#884) @RolandPheasanta02c6d6
Added a shared/reusable implementation for multi-locking within stream operators, I.E. being able to process upstream notifications and downstream notifications at the same time, with different locks, while still preserving notification order. (#893) @JakenVeina14c047f
chore(deps): update dependency roslynator.analyzers to v4.12.3 (#857) @renovate[bot]c69556f
chore(deps): update xunit-dotnet monorepo to v2.8.0 (#897) @renovate[bot]f9d1acf
chore(deps): update dependency verify.xunit to v23.7.2 (#886) @renovate[bot]00a702e
Update ListEx.cs, missing char (#905) @kmgallahan275cc2c
New Virtualization operator (#888) @RolandPheasantcec559b
[DO NOT MERGE]: IKeyValueCollection as IReadOnlyList (#874) @kronica78094e
chore(deps): update dependency microsoft.net.test.sdk to v17.10.0 (#908) @renovate[bot]6b19fd5
chore(deps): update dependency microsoft.reactive.testing to v6.0.1 (#906) @renovate[bot]5f4ddd2
chore(deps): update dependency system.reactive to v6.0.1 (#907) @renovate[bot]af2a29e
IObservableList items as IReadOnlyList (#912) @kronicad5d682
use null check pattern (#911) @kronic7b04571
ToChangeSet now emits empty sets too (#916) @geferon01d1119
New SortAndPage operator (#917) @RolandPheasant7f2b220
Remove obsolete code (#918) @RolandPheasant3382f7f
Expose read only collections for source cache (#919) @RolandPheasant254dff0
chore(deps): update dependency nerdbank.gitversioning to v3.6.139 (#915) @renovate[bot]9d670db
chore(deps): update dependency roslynator.analyzers to v4.12.4 (#914) @renovate[bot]f6a187f
Upgrade to Version 9 (#920) @RolandPheasantConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.